home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-04-22 | 547 b | 41 lines | [TEXT/EDIT] |
- This file shows how to work with PICTs. First, a backdrop of atoms is
- displayed. Then, it is overwritten with the first picture. This
- demonstrates a problem with PICTs -- they aren't transparent. The
- next three PICTs are displayed after the screen is erased. Finally,
- a new set of atoms is displayed over the last PICT, showing how the
- atoms obliterate the PICT.
-
- *atomdefs
- 3
- 31 32767 0 0
- 32 49151 0 0
- 33 65535 0 0
-
- *atoms
- -30
- *pause
-
- *pict
- 1
- *pause
-
- *erase
- *pict
- 2
- *pause
-
- *erase
- *pict
- 3
- *pause
-
- *erase
- *pict
- 4
- *pause
-
- *atoms
- -30
- *pause
-
-